curl --location '/auth/logout' \ --header 'Content-Type: application/json' \ --data '{ "token": "{{refreshToken}}" }'
{}