Authorization: Bearer ********************curl --location --request POST '/staffs/validate-otp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "emmanuella@mycantant.com",
"otp": 9042
}'{
"success": true,
"message": "emmanuella@mycantant.com verfied successfully",
"data": null
}