POST
/otp/validate
curl \
-X POST http://localhost:3003/api/dev/otp/validate \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"code":"036786"}'
Request example
{
"code": "036786"
}
Request examples
{
"code": "036786"
}