Add a user to a group.
curl --request POST \
--url https://api.example.com/api/v1/groups/{group_id}/users \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>"
}
'{}curl --request POST \
--url https://api.example.com/api/v1/groups/{group_id}/users \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>"
}
'{}