curl --location --request POST '/friend_groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 0,
"message": "string",
"data": [
{
"gid": 0,
"name": "string"
}
],
"timestamp": 0
}