application/json
POST
/api/logout/
cURL (application/json)
curl \
--request POST 'https://vendorms.pythonanywhere.com/api/logout/' \
--header "Authorization: Token $ACCESS_TOKEN" \
--header "Content-Type: application/json"
curl \
--request POST 'https://vendorms.pythonanywhere.com/api/logout/' \
--header "Authorization: Token $ACCESS_TOKEN" \
--header "Content-Type: application/x-www-form-urlencoded"
curl \
--request POST 'https://vendorms.pythonanywhere.com/api/logout/' \
--header "Authorization: Token $ACCESS_TOKEN" \
--header "Content-Type: multipart/form-data"