Authorization: Bearer ********************{
"group_id": 0,
"user_id": 0,
"target_id": 0
}curl --location 'http://127.0.0.1:3000/send_poke' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"group_id": 0,
"user_id": 0,
"target_id": 0
}'{
"status": "string",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string"
}