Authorization: Bearer ********************curl --location --request POST 'https://my.hitechcloud.vn/api/verify-login-otp?email=string&otp=string' \
--header 'Authorization: Bearer <token>'{
"status": true,
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"client": {
"id": 12345,
"email": "emailValue",
"name": "John Doe",
"created_at": "2024-01-15"
}
}