{
"userAppId": {},
"modelQuery": {
"name": "string",
"modelTypeId": "string"
},
"pagination": {
"page": 0,
"perPage": 0
}
}
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/users//apps//models/searches' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAppId": {},
"modelQuery": {
"name": "string",
"modelTypeId": "string"
},
"pagination": {
"page": 0,
"perPage": 0
}
}'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
},
"models": [
{}
]
}