curl --location --request GET 'https://api.jokoor.com/v1/sms?offset&limit&status&contact_id&start_date&end_date' \
--header 'Authorization: Bearer <token>'{
"data": {
"items": [
{
"id": "string",
"recipient_phone": "string",
"message_body": "string",
"sender_id": "string",
"status": "string",
"segments": 0,
"created_at": "2019-08-24T14:15:22Z"
}
],
"count": 0,
"offset": 0,
"limit": 0
}
}