curl --location --request POST '/v2/api/documents/save-zp-payment-humo' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"payment": {
"document": [
{
"iid": "string",
"file_name": "string",
"name": "string",
"branch": "string",
"customer_id": "string",
"employee_id": "string",
"fio": "string",
"acc": "string",
"amount": 0,
"date_oper": "string",
"state": 0,
"general_id": 0,
"general_pay": 0,
"ctype": 0
}
],
"sign": {
"method": 0,
"sert_num": "string",
"signature": "string"
},
"payroll_type": "Unknown"
}
}'