curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/me' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"avatar_image_id": "string",
"locale": "string",
"full_name": "string",
"business_name": "string",
"phone_number": "string",
"public_phone_number": "string",
"public_email": "string",
"vat_number": "string",
"show_prices_with_tax": true,
"default_taxable": true,
"default_tax_rate": "string",
"default_insurance_enabled": true,
"business_category_id": 0,
"terms_and_conditions": "string",
"includes": [
"string"
]
}'