curl --location --request POST 'https://10.7.61.244:8244/yhxbb/service/carlist/v1/by-tin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pRequestID": "1452",
"pTin": "207322159",
"requestInn": "207322159"
}'{
"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
}
}