curl --location -g --request POST 'https://prod.your-api-server.com/api/magazines/v2/sections/{{magazine_section_id}}/contents' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"section_id": "f5e5c4dc-7d2e-40f1-a895-9bb2f8703fd8",
"content_id": "713e4c61-5a69-43fb-a600-2e2699462e14"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"section_id": "f5e5c4dc-7d2e-40f1-a895-9bb2f8703fd8",
"content_id": "713e4c61-5a69-43fb-a600-2e2699462e14"
}
}