Authorization: Bearer ********************curl --location --request POST 'https://api.tenbyte.io/v1/admin/libraries/pool' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"region_capacity": [
{
"region": "us-east-1",
"min_inventory": 5
},
{
"region": "eu-central-1",
"min_inventory": 3
}
]
}'{"message":"Library pool Created Successfully","success":true}