curl --location --request POST '/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'{
"message": "User logged in",
"session_token": "c82c2112-2165-4146-b75d-e63fc8da7d23"
}