curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/press_releases/1/attachments' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"attachments": [
{
"id": 4,
"title": null,
"file": null
},
{
"id": 3,
"title": "foo bar baz",
"file": null
}
],
"pagination_info": {
"count": 2,
"total_count": 2,
"per_page": 100,
"total_pages": 1,
"current_page": 1,
"next_page": null,
"prev_page": null,
"is_first_page": true,
"is_last_page": true,
"is_out_of_range": false,
"offset": 0
}
}