How can i fetch the source details from the api call , by using this curl command
curl --silent --header “PRIVATE-TOKEN: $GITLABTOKEN” -XGET “https://gitlab.example.com/api/v4/groups/12345”
i am only able to get basic details , i need to fetch the source of each member from api call,
can you please help me with the api to fetch the source of the member