curl --location --request PUT 'https://api.stg.bidancer.com/catalog-service/v1/admin/variant/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"catalogId": "string",
"title": "string",
"price": 0,
"minQuantityOrder": 0,
"compareAtPrice": "string",
"currency": "string",
"sku": "string",
"grams": 0,
"weightUnit": "string",
"unit": "string",
"barcode": "string",
"option1": "string",
"option2": "string",
"option3": "string",
"fulfillmentService": "string",
"fulfillmentFees": 0,
"taxable": true,
"taxRate": {
"id": "string",
"type": "string",
"isRate": true,
"value": 0
},
"position": 0,
"imageId": "string"
}'{
"status": "success",
"message": "string",
"data": {
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"businessId": "string",
"catalogId": "string",
"title": "string",
"price": 0,
"minQuantityOrder": 0,
"compareAtPrice": "string",
"currency": "string",
"sku": "string",
"grams": 0,
"weightUnit": "string",
"unit": "string",
"barcode": "string",
"option1": "string",
"option2": "string",
"option3": "string",
"fulfillmentService": "string",
"fulfillmentFees": 0,
"taxable": true,
"taxRate": {
"id": "string",
"type": "string",
"isRate": true,
"value": 0
},
"position": 0,
"imageId": "string",
"status": "active"
}
}