Authorization: Bearer ********************curl --location --request DELETE 'https://api-lms.staging.teach-in.ru/api/favorites/remove' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entity_type": "courses_course",
"entity_id": "b9b037b7-3ff4-4505-8859-115e1cf00986"
}'{
"notification": {
"type": "errpr",
"message": "Ресурс не найден"
},
"meta": {
"requestId": "751c26b1-6beb-462b-886b-faff8e6612ef",
"traceId": "f4190a64-9e25-4970-a78f-3f93cd46777e"
},
"error": {
"code": 404,
"error": "NotFound",
"message": "Ресурс не найден"
}
}