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