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