Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/customers//contact_persons/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"email_notification": "to"
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}