curl --location --request POST '/v2/api/Styx/confirm' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"data": {
"client_id": 0,
"application_id": 0,
"password": "string"
},
"sign": {
"method": 0,
"sert_num": "string",
"signature": "string"
}
}'{
"result": {
"user_id": 0,
"common_name": "string",
"country": "string",
"email": "string",
"locality": "string",
"organisation": "string",
"organisation_unit": "string"
},
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}