curl --location -g --request GET 'https://api.wenwen-ai.com/mj/task/{{task_id}}/image-seed?task_id' \ --header 'Authorization: Bearer {YOUR_API_KEY}' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 0, "description": "string", "result": "string" }