curl --location --request POST 'http://dev-cn.your-api-server.com/api/rest/v1/models' \
--header 'authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"modelType": "GENERAL",
"nsfw": false,
"resolution": 512,
"strength": "MEDIUM"
}'
{
"sdTrainingJob": {
"customModelId": "string",
"apiCreditCost": 0
}
}