curl --request POST \
--url https://api.novita.ai/gpu-instance/openapi/v1/networkstorage/create \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"clusterId": "<string>",
"storageName": "<string>",
"storageSize": 123
}
'