curl --request DELETE \
--url https://{host}/frontend/api/v1/user/current/avatar/{avatar-id} \
--header 'Authorization: Bearer <token>'{
"code": 123,
"context": {},
"error": "<string>",
"status": "<string>"
}curl --request DELETE \
--url https://{host}/frontend/api/v1/user/current/avatar/{avatar-id} \
--header 'Authorization: Bearer <token>'{
"code": 123,
"context": {},
"error": "<string>",
"status": "<string>"
}