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