curl --location --globoff --request PATCH '{store_url}/api/v1/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Ahmed Al Saud",
"email": "ahmed@example.com",
"is_newsletter_subscriber": true,
"gender": "male",
"birth_date": "1995-08-21"
}'"Profile updated successfully"