curl --location --request GET 'https://api.veloconnect.me/api/VerifyStatus?verfication_id=&verfication_code=&api_id=' \
--header 'Accept: application/json' \
--header 'app_id: <api-key>'{
"verfication_id": "<long>",
"status": "<string>",
"remarks": "<string>"
}