curl --location --request POST 'http://dev-cn.your-api-server.com/api/rest/v1/generations-texture' \
--header 'authorization;' \
--header 'content-type: application/json' \
--data-raw ''
{
"textureGenerationJob": {
"id": "string",
"apiCreditCost": 0
}
}