{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"books": [
{
"bookId": "string",
"order": 0
}
]
}curl --location --request POST 'https://api.gycoding.com/books/lists' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"books": [
{
"bookId": "string",
"order": 0
}
]
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"books": [
{
"bookId": "string",
"order": 0
}
]
}