curl --location --globoff 'https://api.mpc.dev.placewise.com/v1/content/management/promotions_collections?per_page=10&page_no=1&sort_by[]=id&sort_directions[]=DESC' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
"promotions_collections": [
{
"id": 1,
"title": {
"en": "Text"
},
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"archived_at": "2022-11-15T16:25:58.099512Z"
}
]
}