curl --location --request POST '/api/v1/bookmarks/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"sentence": "string",
"tone": "string"
}'
{
"id": 0,
"sentence": "string",
"tone": "string",
"createdAt": "2019-08-24T14:15:22Z",
"bookmarked": true
}