Fork environments using Postman API

Hi, is there any API for fork an environment similar to API forking collections? Something like:

POST https://api.getpostman.com/environments/fork/{{env_id}}?workspace=wsp_id

with a body: { "label": "Fork label" }

Thanks,
David