{
"user_id": "1129317309",
"target_id": "123"
}
curl --location --request POST '/friend_poke' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "1129317309",
"target_id": "123"
}'
{
"status": "ok",
"retcode": 0,
"message": "string",
"wording": "string",
"echo": "string"
}