curl --request GET \
--url https://api.example.com/auth/guest{
"token": "<string>",
"error": "<string>"
}Create a temporary guest session without registration
curl --request GET \
--url https://api.example.com/auth/guest{
"token": "<string>",
"error": "<string>"
}{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
{
"error": "An unexpected error occurred. Please try again later."
}
curl -X GET https://api.planttogether.com/auth/guest