users_change_ownerPermission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/users//change-owner' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'new_owner_id='{
"id": 1,
"username": "test",
"email": "test@example.com",
"created_by_id": null,
"credit": 7.41,
"full_name": "Test User",
"dns": "localhost.test",
"note": null,
"whatsapp": null,
"telegram": null,
"adult": null,
"tos_acceptance_at": null,
"pin": "59oJdV",
"last_ip": null,
"show_bouquets_by": null,
"paid_test_sold": 0,
"restricted": false,
"created_at": "2024-07-18 10:07:55",
"updated_at": "2024-10-09 10:52:23"
}