activecodes_change_owner Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/activecodes//change-owner' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'new_user_id=1'{
"message": "Activecode owner changed successfully"
}