curl --location --request POST 'http://dev-cn.your-api-server.com/api/rest/v1/variations/unzoom' \
--header 'authorization: Bearer <YOUR_API_KEY>' \
--header 'content-type: application/json' \
--data-raw ''{
"sdUnzoomJob": {
"id": "string",
"apiCreditCost": 0
}
}