curl --location --request GET 'api.velosms.com/api/GetSenderIDList?api_id=' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'[
{
"sender_id": "<string>",
"country": "<string>"
},
{
"sender_id": "<string>",
"country": "<string>"
}
]