curl --location --request GET 'api.velosms.com/api/SenderIDStatus?request_id=&api_id=' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"request_id": "<long>",
"company_name": "<string>",
"country": "<string>",
"sender_id": "<string>",
"status": "<string>",
"created_time": "<dateTime>",
"approval_time": "<dateTime>",
"request_deleted": "<long>",
"remarks": "<string>"
}