Authorization: Bearer ********************
{
"post_id": 111,
"key": "2297454588",
"values": {
"tid": "xxxx"
...
}
}
curl --location --request POST '/v1/post/submit-verbose' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_id": 111,
"key": "2297454588",
"values": {
"tid": "xxxx"
...
}
}'
{
"code": 0,
"msg": "ok",
"data": {}
}