curl --location --request POST '185.112.33.62/api/v1/rest/sms/inbox' \ --header 'token: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "count": "100", "offset": "1" }'
{}