{
"userId": "string",
"originNoteId": "string",
"noteId": "string",
"copyOriginNoteId": "string",
"copyNoteId": "string",
"noteName": "string",
"aiNoteType": 0,
"noteOssUrl": "string",
"exportType": 0,
"noteContent": "string",
"language": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/largemodel/ai/note/convert/save' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"originNoteId": "string",
"noteId": "string",
"copyOriginNoteId": "string",
"copyNoteId": "string",
"noteName": "string",
"aiNoteType": 0,
"noteOssUrl": "string",
"exportType": 0,
"noteContent": "string",
"language": "string"
}'
{
"status": 0,
"msg": "",
"data": false
}