curl --request DELETE \
--url http://localhost:8080/users/{user_id} \
--header 'admin-api-key: <api-key>'{
"deleted": true,
"user_id": "<string>"
}curl --request DELETE \
--url http://localhost:8080/users/{user_id} \
--header 'admin-api-key: <api-key>'{
"deleted": true,
"user_id": "<string>"
}