curl --location --request PUT 'https://zatoona-ai.com/api/v1/gamification/profile/extended' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"display_name": "أحمد البطل",
"bio": "طالب في الثانوية العامة، أحب الفيزياء والرياضيات",
"show_on_leaderboard": true,
"show_streak": true,
"show_achievements": true
}'{}