Authorization: Bearer ********************
{
"type": 0,
"email": "string",
"content": "string",
"rscPath": [
"string"
],
"lastAppVersion": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/feedback/submit' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Accept-Language: zh' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"email": "string",
"content": "string",
"rscPath": [
"string"
],
"lastAppVersion": "string"
}'
{
"code": 0,
"msg": "",
"data": ""
}