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