users_createPermission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/users' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'full_name="salah2"' \
--form 'username="HERO02"' \
--form 'email="hero2@test.com"' \
--form 'password="salahsalah@10"' \
--form 'password_confirmation="salahsalah@10"' \
--form 'dns="http://localhost.test"' \
--form 'note="Test in postman"' \
--form 'whatsapp="+212612345678"' \
--form 'telegram="salah"' \
--form 'adult="0"' \
--form 'credit="2"' \
--form 'role="user"' \
--form 'avatar=""'{
"id": 4,
"username": "HERO02",
"email": "hero2@test.com",
"credit": 0,
"full_name": "salah2",
"dns": "localhost.test",
"note": "Test in postman",
"whatsapp": "+212612345678",
"telegram": "salah",
"adult": false,
"tos_acceptance_at": null,
"pin": "CA5knx",
"last_ip": null,
"show_bouquets_by": null,
"paid_test_sold": 0,
"restricted": false,
"created_at": "2024-07-17 11:52:50",
"updated_at": "2024-07-17 11:52:50"
}