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