{
"id": "0793985b918311ed91a1f8ffc20055a9"
}
curl --location --request POST '/api/v3/faqApi/keyword/delete' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "0793985b918311ed91a1f8ffc20055a9"
}'
{
"code": 0,
"message": "success"
}