curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/press_releases/1/attachments/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{
"attachment": {
"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"
}
}