curl --request POST \
--url https://api.iran.liara.ir/v1/projects/{name}/disks \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"size": "<string>"
}
'This response has no body data.create a disk that user owns
curl --request POST \
--url https://api.iran.liara.ir/v1/projects/{name}/disks \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"size": "<string>"
}
'This response has no body data.