curl --location --request POST 'api.velosms.com/api/SenderIDStatus' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_id": "<string>",
"request_id": "<int>"
}'{
"request_id": "<long>",
"company_name": "<string>",
"country": "<string>",
"sender_id": "<string>",
"status": "<string>",
"created_time": "<dateTime>",
"approval_time": "<dateTime>",
"request_deleted": "<long>",
"remarks": "<string>"
}