Authorization: Bearer ********************curl --location --request POST '/auth/validate-passcode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"passcode": "0729"
}'{
"success": false,
"message": "OTP expired",
"data": null
}