curl --location --request PUT 'https://zatoona-ai.com/api/v1/user/profile' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "أحمد محمد علي",
"grade": "third_secondary",
"track": "scientific",
"phone": "+201012345678"
}'{}