curl --request DELETE \
--url https://api.example.com/api/v1/impersonation/end \
--header 'Authorization: Bearer <token>'{
"data": {
"ended": true
}
}curl --request DELETE \
--url https://api.example.com/api/v1/impersonation/end \
--header 'Authorization: Bearer <token>'{
"data": {
"ended": true
}
}