curl --location --request POST 'api.velosms.com/api/DeleteContact' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_id": "<string>",
"contact_id": "<long>"
}'{
"contact_id": "<long>",
"status": "<string>",
"remarks": "<string>"
}