curl --location --request POST 'https://api.dev.opensylo.com/api/marketplace/data/merchants/bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"message": "string",
"totalProcessed": 0,
"successfullyProcessed": 0,
"failed": 0,
"processedMerchantIds": [
"string"
],
"processedAt": "2019-08-24T14:15:22.123Z"
}