post https://api.karte.io/v2beta/talk/note/get
Response
xxxxxxxxxx
11curl --request POST \
--url https://api.karte.io/v2beta/talk/note/get \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"options": {
"limit": 1
}
}
'