curl --location -g --request POST 'http://dev-cn.your-api-server.comhttp[s]: //api.xf-yun.com/v1/private/sb6db0171' \
--header 'Content-Type: application/json' \
--data-raw '{
"header": {
"app_id": "XXXXXX",
"status": 3
},
"parameter": {
"sb6db0171": {
"template_list": "taxi_ticket",
"result": {
"encoding": "utf8",
"compress": "raw",
"format": "json"
}
}
},
"payload": {
"sb6db0171_data_1": {
"encoding": "jpg",
"image": "",
"status": 3
}
}
}'
{
"header": {
"code": 0,
"message": "string",
"sid": "string"
},
"payload": {
"result": {
"encoding": "string",
"compress": "string",
"format": "string",
"text": "string"
}
}
}