curl --location --request POST '/v2/api/Styx/create-new-application' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"user_id": 0,
"client_id": 0
}'{
"result": {
"id": 0,
"state": "Created",
"rejection_reason": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"modified_at": "2019-08-24T14:15:22.123Z",
"user_admin_id": 0,
"user_mobile_id": 0
},
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}