{
"requiresInvoice": true,
"companyName": "string",
"companyPhoneNumber": "string",
"taxOffice": "string",
"tin": "string",
"profession": "string"
}curl --location --request PUT 'https://platform.shopranos.eu/api/v1/customers/my-addresses//invoice-requirement' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"requiresInvoice": true,
"companyName": "string",
"companyPhoneNumber": "string",
"taxOffice": "string",
"tin": "string",
"profession": "string"
}'