curl --location --request PATCH '/api/rest/v1/reference-entities//attributes//options/' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "global_nomad",
"labels": {
"en_US": "Global Nomad",
"fr_FR": "Nomade du Monde"
}
}'
{}