curl --location 'https://api.veloconnect.me/api/GetSenderIDList' \
--header 'Accept: application/json' \
--header 'app_id: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"api_id": "<string>"
}'[
{
"sender_id": "<string>",
"country": "<string>"
},
{
"sender_id": "<string>",
"country": "<string>"
}
]