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
}'
{}
localeCode