curl --location --request GET 'https://prod.your-api-server.com/campaign/550e8400-e29b-41d4-a716-446655440000/priority-allocations/550e8400-e29b-41d4-a716-446655440001' \
--header 'Authorization: <api-key>'{
"assetGroups": [
{
"groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
"name": "string",
"assets": [
"string"
]
}
],
"priorityAllocationRules": [
{
"ruleId": "70af3071-65d9-4ec3-b3cb-5283e8d55dac",
"priority": 0,
"storeId": "b8adcdc8-9238-4168-90f8-77b2d14c211c",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"slot": 0
}
]
}