curl --location -g --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/press_releases/1/attachments?per_page=&page_no=1&sort_by[]=id&sort_directions[]=DESC' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
per_page
param out of range?{
"attachments": [
{
"id": 3,
"customer_id": 123,
"title": {},
"file": null,
"locales": [],
"created_at": "2025-04-07T12:58:59.798601Z",
"updated_at": "2025-04-07T12:58:59.798601Z"
},
{
"id": 2,
"customer_id": 123,
"title": {},
"file": null,
"locales": [],
"created_at": "2025-04-07T12:58:45.328064Z",
"updated_at": "2025-04-07T12:58:45.328064Z"
}
],
"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
}
}