curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/profile?id=undefined&created_at=undefined&updated_at=undefined&deleted_at=undefined&name=undefined&email=undefined&merchant_id=undefined&type=undefined&linked_in=undefined&phone_number=undefined&physical_address=undefined&auth_user_id=undefined&status=undefined&stats=undefined&credit_actual=undefined&credit_limit=undefined&achievements=undefined&expected_position_name=undefined&expected_job_level=undefined&expected_industry=undefined&unemployed=undefined&unemployed_started=undefined&avatar_url=undefined&activated_at=undefined&config_features=undefined&stripe_customer_id=undefined&stripe_test=undefined&candidate_email=undefined&metadata=undefined&affiliate_id=undefined®ister_country_code=undefined&mojito_language_code=undefined&stripe_currency=undefined&api_account=undefined&api_expiration=undefined' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "now()",
"deleted_at": "string",
"name": "string",
"email": "string",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"type": "user",
"linked_in": "string",
"phone_number": "string",
"physical_address": "string",
"auth_user_id": "990d439e-9996-4264-8929-f50029888dd9",
"status": "dormant",
"stats": null,
"credit_actual": null,
"credit_limit": null,
"achievements": null,
"expected_position_name": "string",
"expected_job_level": "Intership",
"expected_industry": "55e10407-1267-4891-899f-fbcc73e303a2",
"unemployed": true,
"unemployed_started": "string",
"avatar_url": "string",
"activated_at": "string",
"config_features": null,
"stripe_customer_id": "string",
"stripe_test": false,
"candidate_email": "string",
"metadata": null,
"affiliate_id": "3b7d610b-bb33-4bfb-8025-7abb425f8603",
"register_country_code": "string",
"mojito_language_code": "en",
"stripe_currency": "eur",
"api_account": false,
"api_expiration": "string"
}'