curl --location --request POST 'https://api.302.ai/302/comfyui/anything-changer/create-task' \
--header 'Authorization: Bearer ' \
--form 'sourceImageFile=@"cmMtdXBsb2FkLTE3NDI4MTAxNzUxOTEtNTk=/Sprite.jpg"' \
--form 'targetImageFile=@"cmMtdXBsb2FkLTE3NDI4MTAxNzUxOTEtNjE=/Cola.jpg"' \
--form 'sourceDescription="一瓶雪碧"' \
--form 'targetDescription="一瓶可乐"' \
--form 'smallObject="1"'
{
"code": 200,
"msg": "success",
"data": {
"taskId": "e194fed2-5148-4492-8f87-2cff0556bb21"
}
}