curl --location --request POST '/v2/api/Auth/check/access' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"module_id": 0,
"action_id": 0
}'{
"result": {
"has_access": true
},
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}