{
"id": "1b3dkf13Ac80",
"async_flag": true
}
curl --location --request POST 'https://api.mindshow.vip/v1/job/get_pdf' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1b3dkf13Ac80",
"async_flag": true
}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"pdf_url": "string",
"status": "succeeded",
"queue_wait_count": 0,
"progress_percent": 0,
"created_at": "2020-01-01T00:00:00+08:00",
"finished_at": "2020-01-01T00:00:00+08:00"
}
}