{
"data": {
"type": "user",
"attributes": {
"avatar_image_id": "string",
"full_name": "John Doe",
"legal_name": "John Doe",
"business_name": "string",
"birth_date": "1990-01-01",
"phone_number": "+351 912345678",
"vat_number": "123456789",
"default_taxable": true,
"default_tax_rate": "string",
"business_category_id": 0,
"public_phone_number": "string",
"public_email": "[email protected]",
"locale": "en"
}
}
}
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/me' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "user",
"attributes": {
"avatar_image_id": "string",
"full_name": "John Doe",
"legal_name": "John Doe",
"business_name": "string",
"birth_date": "1990-01-01",
"phone_number": "+351 912345678",
"vat_number": "123456789",
"default_taxable": true,
"default_tax_rate": "string",
"business_category_id": 0,
"public_phone_number": "string",
"public_email": "[email protected]",
"locale": "en"
}
}
}'