{ "email": "test@gycoding.com", "password": "testpasswd-0" }
curl --location --request POST 'https://api.gycoding.com/accounts/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "test@gycoding.com", "password": "testpasswd-0" }'
{ "access_token": "string", "id_token": "string", "token_type": "Bearer", "expires_in": 0 }