curl --request POST \
--url https://api.iran.liara.ir/v2/projects/{name}/sources \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"sourceID": "<string>"
}deploy sources code that user owns
curl --request POST \
--url https://api.iran.liara.ir/v2/projects/{name}/sources \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"sourceID": "<string>"
}