curl --location -g --request POST 'https://prod.your-api-server.com/api/magazines/v2/workspaces/f303371b-5e1b-437e-9a1c-88d8d7e119a6/issues' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"kind": "regular",
"workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",
"issue_type_id": "fe6c4234-d611-4bbb-93df-16302a2de095",
"color": "#b9a95a",
"pdf_file_key": "string",
"advertising_key": "string",
"locales": [
{
"id": "string",
"name": "string",
"locale": "string",
"visual": {},
"deleted_at": null,
"description_html": "string",
"description_text": null
}
]
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "regular",
"workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",
"issue_type_id": "fe6c4234-d611-4bbb-93df-16302a2de095",
"color": "#b9a95a",
"pdf_file_key": "string",
"advertising_key": "string",
"locales": [
{
"id": "string",
"name": "string",
"locale": "string",
"visual": {},
"deleted_at": null,
"description_html": "string",
"description_text": null
}
],
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z"
}
}