curl --location --request GET 'api.velosms.com/api/Verify?sender_id=&phonenumber=&api_id=' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"verification_id": "<long>",
"status": "<string>",
"remarks": "<string>"
}