curl --location -g --request DELETE '{{url}}/api/v1/auth/logout' \ --header 'Authorization: Bearer {{token}}'
{ "error": "string", "message": "string", "success": true }