post
https://api.travimobile.com/api/auth/verify
The /verify endpoint allows users to confirm their account by submitting a verification code sent to their email via a POST request. The request body should include the user's email and the verification code. On success, the endpoint responds with a 200 OK status and a message indicating successful verification. If the code is invalid or email is not present, it returns a an appropriate error message. This endpoint is essential for completing the email verification process during user registration