curl --location --request POST 'https://10.7.61.244:8244/convictions/search/v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "----------",
"lastname": "------------",
"middlename": "-----------",
"birth_year": "1997",
"pinfl": "31002873680015",
"passport": "AD1074617",
"region_id": 1735401,
"organization_id": 79994,
"consent": true
}'{
"error": null,
"id": 0,
"jsonrpc": "string",
"result": {
"code": 0,
"data": {
"employees_count": 0,
"employees_household_count": 0,
"positions_count": 0,
"tin": "string"
},
"message": "string",
"success": true
}
}