Authorization: ********************curl --location --request PUT 'http://localhost:6567/api/v1/api/v1/admin/courses/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"subtitle": "string",
"description": "string",
"level": "beginner",
"language": "string",
"thumbnailS3Key": "string",
"trailerUrl": "string",
"priceCents": 0,
"currencyCode": "str",
"isPublished": true
}'