curl --request POST \
--url https://api.iran.liara.ir/v1/projects \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"planID": "<string>",
"platform": "<string>",
"readOnlyRootFilesystem": true,
"network": "<string>"
}
'This response has no body data.create app that user owns
curl --request POST \
--url https://api.iran.liara.ir/v1/projects \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"planID": "<string>",
"platform": "<string>",
"readOnlyRootFilesystem": true,
"network": "<string>"
}
'This response has no body data.Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #