curl --location --request PUT 'https://app.gotreek.com/api/profile' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 33,
"first_name": "test",
"last_name": "treek",
"full_name": "test",
"email": "test@example.com",
"phone": "+966533112592",
"store_logo": null,
"date_of_birth": "2024-12-30",
"role": "merchant",
"email_verified_at": "2025-03-04T19:51:12.000000Z",
"created_at": "2025-03-04T19:51:12.000000Z",
"updated_at": "2025-12-21T18:28:01.000000Z",
"company_name": "مؤسسة ",
"company_city": "Rabigh",
"company_postal_code": "2334",
"company_commercial_registration_number": "00000000000",
"company_tax_number": "0000000000",
"main_store_url": "https://test.com",
"bank_name": "بنك الرياض",
"account_number": "000000",
"iban": "0000000000"
}'