curl --request POST \
--url https://api.sprucecollective.co.uk/auth/logout \
--header 'Authorization: <api-key>'{}Logout the current user (token invalidation handled client-side)
curl --request POST \
--url https://api.sprucecollective.co.uk/auth/logout \
--header 'Authorization: <api-key>'{}Type "Bearer" followed by a space and JWT token.
OK
The response is of type object.