curl --location -g --request POST 'http:///V1/products/options' \
--header 'Content-Type: application/json' \
--data-raw '{
"option": {
"extension_attributes": {
"vertex_flex_field": "string"
},
"file_extension": "string",
"image_size_x": 0,
"image_size_y": 0,
"is_require": true,
"max_characters": 0,
"option_id": 0,
"price": 0,
"price_type": "string",
"product_sku": "string",
"sku": "string",
"sort_order": 0,
"title": "string",
"type": "string",
"values": [
{
"option_type_id": 0,
"price": 0,
"price_type": "string",
"sku": "string",
"sort_order": 0,
"title": "string"
}
]
}
}'
{
"extension_attributes": {
"vertex_flex_field": "string"
},
"file_extension": "string",
"image_size_x": 0,
"image_size_y": 0,
"is_require": true,
"max_characters": 0,
"option_id": 0,
"price": 0,
"price_type": "string",
"product_sku": "string",
"sku": "string",
"sort_order": 0,
"title": "string",
"type": "string",
"values": [
{
"option_type_id": 0,
"price": 0,
"price_type": "string",
"sku": "string",
"sort_order": 0,
"title": "string"
}
]
}