curl --location --request POST 'https://api.hustmusik.live/v1/auth/signup' \
--form 'email="zeann3th@yopmail.com"' \
--form 'password="Some-password1234"' \
--form 'username="Test"' \
--form 'country="VN"' \
--form 'file=@""'
{
"user": {
"id": "3pUyEBErdlFMd3cDEEzLj",
"aud": "authenticated"
},
"session": {
"access_token": "<access token>",
"expires_in": 3600,
"refresh_token": "<refresh token>"
}
}