curl --location --request POST '/v2/api/Auth/check/pincode' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"pin": "string"
}'{
"result": {
"sid": "string",
"token": "string"
},
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}