curl --location --request PUT '/api/film/11' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title" : "updoto",
"description" : "updoto",
"image" : "spidormono.png"
}'
{}