Authorization: Bearer ********************{
"flag": "string",
"approve": true,
"remark": "string"
}curl --location --request POST 'https://shbot-api.wzstack.com/set_friend_add_request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"flag": "string",
"approve": true,
"remark": "string"
}'{}