Authorization: ********************curl --location --request GET 'https://api.jokoor.com/v1/sms/contacts/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"phone_number": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"custom_fields": {},
"created_at": "2019-08-24T14:15:22Z"
}
}