curl --location 'https://api.veloconnect.me/api/Verify' \
--header 'Accept: application/json' \
--header 'app_id: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"api_id": "<string>",
"phonenumber": "<string>",
"sender_id": "<string>"
}'{
"verification_id": "<long>",
"status": "<string>",
"remarks": "<string>"
}