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