{ "students":[ 12, 13 ] }
curl --location --request PUT 'http://127.0.0.1:80/api/levels/courses/4/' \ --header 'Content-Type: application/json' \ --data-raw '{ "students":[ 12, 13 ] }'
{}