curl --location --request POST 'https://vejazwelilonndcsreop.supabase.co/rest/v1/profiles' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "Yousef Dawood",
"avatar_url": "https://example.com/avatar.png"
}'