curl --location --request POST 'https://domain-open-api.getmx.com/v1/alias/create' \
--form 'token="token"' \
--form 'domain_id="12345678"' \
--form 'group_pay_id="12345678"' \
--form 'source="{all}@mail.com"' \
--form 'destination="[email protected]"' \
--form 'mark="mark"'
{
"code": 0,
"msg": "string",
"data": null
}