Authorization: Bearer ********************curl --location --request DELETE '/users/me/sessions/others' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "{{refresh_token}}"
}'{
"message": "All other sessions logged out successfully",
"sessions_affected": 10
}