{
"username": "string",
"password": "string",
"rememberMe": true
}
curl --location --request POST '/api/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"rememberMe": true
}'
{
"id_token": "string"
}