curl --location --request GET '/api/auth/verify-email?token&callbackURL' \
--header 'Authorization: Bearer <token>'
{
"user": {
"id": "string",
"email": "string",
"name": "string",
"image": "string",
"emailVerified": true,
"createdAt": "string",
"updatedAt": "string"
},
"status": true
}