{
"salesWeeklyDigestRecipients": [
"string"
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/DigestParams' \
--header 'Content-Type: application/json' \
--data-raw '{
"salesWeeklyDigestRecipients": [
"string"
]
}'
{
"companyId": "string",
"salesWeeklyDigestRecipients": [
"string"
]
}