curl --request POST \
--url https://api.iran.liara.ir/v1/domains/set-project \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"domainID": "<string>",
"projectID": "<string>"
}
'This response has no body data.set a domain for project that user owns
curl --request POST \
--url https://api.iran.liara.ir/v1/domains/set-project \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"domainID": "<string>",
"projectID": "<string>"
}
'This response has no body data.