curl --location '/api/v1/purchase-orders//export-po-bill' \
--header 'Accept-Language: vi' \
--header 'Authorization: <api-key>'{
"data": {
"po_bill_url": "https://nhl.sgp1.cdn.digitaloceanspaces.com/ts/afe6612ec6a845a7b9c5cb013dc0261f.pdf"
},
"error": false,
"error_code": null,
"log_id": null,
"messages": "OK",
"total": 1,
"version": "1.0.3",
"error_detail": null
}