curl --request POST \
--url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/plan \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"planName": "m3"
}
'This response has no body data.Upgrades take effect immediately, while downgrades are scheduled and applied after the current plan ends. Click on the request body schema to see all available plans.
curl --request POST \
--url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/plan \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"planName": "m3"
}
'This response has no body data.