curl --location --request POST '/v2/api/documents/handle/k1' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"k1_item": {
"item": {
"action": "Accept",
"amount": 0,
"id": 0,
"reason": "string"
},
"sign": {
"method": 0,
"sert_num": "string",
"signature": "string"
}
}
}'{
"result": {
"error_code": 0,
"error_message": "string",
"state": 0,
"state_name": "string"
},
"status": "Error",
"error_code": "string",
"message": "string"
}