curl --location --request POST '/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"
}
}'
{}