curl --location -g --request GET 'http://api.example.com/mj/task//image-seed' \ --header 'Authorization: Bearer sk-xxx' \ --header 'Content-Type: application/json'
{ "code": 0, "description": "string", "result": "string" }