curl --location --request POST 'https://api-sandbox.usepeladen.com/api/v1/storage/api/storage/quota' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"tenant_id": "tenant_123",
"limit": 5120
}
]'[
{
"tenant_id": "tenant_123",
"status": "success"
}
]