{
"attachment": {
"locales": [
"en"
],
"title": {
"en": "Text"
}
}
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/press_releases/1/attachments' \
--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' \
--data-raw '{
"attachment": {
"locales": [
"en"
],
"title": {
"en": "Text"
}
}
}'{
"attachment": {
"id": 4,
"customer_id": 123,
"title": {},
"file": null,
"locales": [],
"created_at": "2025-04-07T13:02:18.084354Z",
"updated_at": "2025-04-07T13:02:18.084354Z"
}
}