Authorization: ********************X-HashPay-Key: ********************curl --location 'https://api.hashpay.me/v1/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "pa$$word"
}'{
"accessToken": "string",
"refreshToken": "string",
"expiresIn": 0
}