{
"username": "string",
"password": "string"
}
curl --location --request POST 'http://localhost:63858/api/session' \
--header 'X-Metabase-Session: YOUR_SESSION_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
{}