curl --location --request PATCH 'https://public.outreach2day.com/campaigns//mailboxes/?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"weight": 1,
"dailyLimit": 1,
"gapBaseSeconds": 0,
"gapJitterSeconds": 0,
"state": "string",
"property1": "string",
"property2": "string"
}'{
"id": "string",
"campaignId": "string",
"mailboxId": "string",
"weight": 0,
"state": "ACTIVE",
"stateRaw": "string",
"dailyLimit": 0,
"gapBaseSeconds": 0,
"gapJitterSeconds": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}