curl --location --request PATCH '/api/rest/v1/attributes//options' \
--header 'Content-Type: application/json' \
--data-raw '{
"attribute": "a_simple_select",
"code": "black",
"labels": {
"en_US": "Black",
"fr_FR": "Noir"
},
"sort_order": 2
}'
{
"code": "string",
"identifier": "string",
"line": 0,
"message": "string",
"status_code": 0
}
localeCode