Authorization: ********************
curl --location --request DELETE '/api/v1/lessons/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "apply_to_related": "[1,2]" }'