curl --location --request POST '/v2/api/documents/handle/payreqs' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"ids": [
0
]
}'{
"result": {
"handled_ids": [
0
]
},
"status": "Error",
"error_code": "string",
"message": "string"
}