[
{
"dc_id": "string",
"store_id": "string"
}
]curl --location --request POST 'https://test.your-api-server.com/master/dc_store_mapping/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"dc_id": "string",
"store_id": "string"
}
]'{
"status": "string",
"message": "string"
}