Authorization: Bearer ********************{
"id": "string",
"slug": "string",
"title": "string",
"cover_image_url": "string",
"content": "string",
"planned_release_version": "string",
"planned_release_date": "string"
}curl --location --request POST 'http://localhost:4002/rest/v1/backlog' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"slug": "string",
"title": "string",
"cover_image_url": "string",
"content": "string",
"planned_release_version": "string",
"planned_release_date": "string"
}'{
"id": "string",
"slug": "string",
"title": "string",
"cover_image_url": "string",
"content": "string",
"planned_release_version": "string",
"planned_release_date": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}