curl --location --request POST 'https://api.sandbox.velopayments.com//v1/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "123456"
}'
{
"access_token": "9b58410b-e1b7-4f90-bebb-7e09c5427020",
"entityIds": [
"ed89eaa0-4450-4916-a4ff-62a328d60bd6"
],
"expires_in": 1800,
"refresh_token": "c3d0f771-0997-4814-84e3-09690208545a",
"scope": "https://api.velopayments.com/scopes/auth/users",
"token_type": "bearer",
"user_info": {
"mfa_details": {
"mfa_type": "TOTP",
"verified": true
},
"userType": "PAYOR",
"user_id": "39976ee5-dc4c-4b21-a966-a04fa71ef9e1"
}
}