curl --location -g --request POST 'http:///V1/products/attributes//options' \
--header 'Content-Type: application/json' \
--data-raw '{
"option": {
"is_default": true,
"label": "string",
"sort_order": 0,
"store_labels": [
{
"label": "string",
"store_id": 0
}
],
"value": "string"
}
}'
true