Authorization: ********************{
"search": "string"
}curl --location --request GET 'https://api.funnymonitors.com/endpoints/v1/notifications/seats/list' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "string"
}'{
"seats": [
{
"id": "string",
"fullName": "string",
"smsNumber": "string",
"voiceNumber": "string",
"email": "user@example.com",
"integrations": [
{
"type": "string",
"webhook": "string"
}
]
}
],
"requestedBy": "string",
"terms": "string"
}