Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required array length:
1
elementExample:
{
"country_id": {
"filterType": "number",
"type": "equals",
"filter": 225
}
}