Authorization: Bearer ********************
{
"id": "6f01feea-ff2f-4a8c-a46f-e2594fa5936f"
}
curl --location --request POST '/business/process/downloadAllDoc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "6f01feea-ff2f-4a8c-a46f-e2594fa5936f"
}'
{}