{
"chapter_id": "string",
"new_name": "string"
}curl --location --request PUT '43.139.194.209:8088/chapter/updateChapterName' \
--header 'Content-Type: application/json' \
--data '{
"chapter_id": "string",
"new_name": "string"
}'{
"code": 0,
"msg": "string",
"data": null
}