Invalidate the JWT token to log out a user
cURL
curl --request POST \ --url https://api.fluxend.app/users/logout \ --header 'Authorization: <authorization>'
{ "content": "<any>", "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
User logged out
The response is of type object.
object