curl --location --request POST 'http://dev-cn.your-api-server.com/v2/ocr/custom_document_parsing_async' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"show_original_response": false,
"convert_to_pdf": false
}'
{
"public_id": "4b7beaed-bd67-4325-9178-310828af9993"
}