curl --location --globoff '{store_url}/api/v1//products/123/options' \
--header 'Content-Type: application/json' \
--data '{
"attributes": {
"size": "L",
"color": "black"
},
"option_fields": {
"gift_wrap": "yes",
"engraving": "Happy Birthday"
},
"input_fields": [
"custom_text",
"upload_image"
]
}'"Price calculated successfully"