curl --request PUT \
--url https://api.gospott.com/custom-attributes/clients/{id}/values/_bulk \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"attributes": [
{
"value": {
"viewType": "customText",
"text": "<string>"
},
"attributeDefinitionId": "<string>"
}
]
}
'