name, id, uid along with fork information.workspace as a query param.Requires API Key as X-Api-Keyrequest header orapikeyURL query parameter.
curl --location --request POST 'https://api.getpostman.com/collections/fork/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Fork name"
}'{}