curl --location '/boards' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"name": "string",
"ownerId": 0,
"description": "string",
"favorite": true,
"createdAt": "string",
"updatedAt": "string",
"columns": null
}