How to create a merge request for forked repo into main repo via Gitlab REST Api

What I try to accomplish to merge changes of forked repo into main repo. Both repo’s master branch are protected. I can accomplish it via Gitlab web pages. But unfortunately, Gitlab rest api for merge request does not have source_project_id attribute.

Is there any way to create merge request via command line for forked repo ?.