curl --location --request POST '/auth/logout/' \ --header 'Content-Type: application/json' \ --data-raw '{ "refresh_token": "{{refresh_token}}" }'
{ "message": "Logged out successfully" }
Authorization: Bearer ********************