Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//whatsapp/campaigns//recipients?status=&skip=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"recipients": [
{
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"phone": "string",
"customer_name": "string",
"status": "string",
"message_id": "string",
"sent_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"message": "string"
}