curl --location --request PUT 'https://api.vidinfra.com/libraries/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Project skshahra updated 1",
"type": "both",
"region": "Africa",
"description": "Project new Description",
"allow_direct_play": false,
"enable_video_drm": false,
"enable_live_drm": false,
"custom_storage": {
"name": "MyNewCustomStorage",
"key": "NewstorageKey123",
"secret": "NewstorageSecret123",
"region": "Newus-east-1",
"bucket": "Newmybucket",
"endpoint": "newlocalhost:9001",
"driver": "news3",
"disable_ssl" : false,
"s3_force_path_style": false,
"default": false
}
}'