Authorization: Bearer ********************curl --location --request POST '/admin/video-tutorials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Add staff to business",
"description": "Adding staff/team in the Cantant mobile app",
"video_url": "https://youtu.be/sGLarcEnTD4?si=q8NjgLXXCbg4HAYx",
"category": "Multiple businesses & staff",
"duration": 99
}'{}