{
"filters": {
"userIds": [
"string"
],
"channelIds": [
"string"
],
"contentTypes": [
"string"
]
}
}
curl --location --request GET 'https://www.guilded.gg/api/teams//search-deep?query&roomId&searchId' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"userIds": [
"string"
],
"channelIds": [
"string"
],
"contentTypes": [
"string"
]
}
}'
{}