curl --location --request PATCH '/api/rest/v1/association-types' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "upsell",
"is_quantified": false,
"is_two_way": false,
"labels": {
"en_US": "Upsell",
"fr_FR": "Vente incitative"
}
}'
{
"code": "string",
"identifier": "string",
"line": 0,
"message": "string",
"status_code": 0
}