I have created a custom connector by exporting it from Azure Logic Apps. At the time of using the connector in Power Automate Flow, I am getting the below mentioned error in the Manual-Invoke step of Custom connector.

Error:
The api-version query parameter (?api-version=) is required for all requests.
{
"error": {
"code": "MissingApiVersionParameter",
"message": "The api-version query parameter (?api-version=) is required for all requests."
}
}

I have tried this again by exporting the Logic App From Azure again to power apps as a new custom connectror. But when i am attaching my custom connector here , I am getting the same api version error. However, in the POST URL in the logicapp, the api-version is mentioned.(?api-version=2016-10-01&) .
Can anyone please help in identifying the main cause of this error or any kind of modifications that can be done to solve this issue.
Thanks in advance.