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