curl --request POST \
--url http://localhost:3000/api/auth/logout \
--header 'Content-Type: application/json' \
--data '{}'curl --request POST \
--url http://localhost:3000/api/auth/logout \
--header 'Content-Type: application/json' \
--data '{}'The body is of type object.