{
"userAppId": {},
"pagination": {
"page": 0,
"perPage": 0
}
}
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/users//apps//searches/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAppId": {},
"pagination": {
"page": 0,
"perPage": 0
}
}'