What is the maximum duration using the Zoom API with a Paid Pro account

We have a Pro account and have created a meeting using the Scheduled Type option. Our client requires a meeting duration of more than 2 hours. According to the documentation available at Zoom Meeting API, we understand that the default expiration time for a meeting is 2 hours. We would like to extend the meeting duration using the Zoom API. Could you please provide guidance on how to achieve this? Is it possible in our proaccount
This is the sample payload I am trying to do

{
  "topic": "Scheduled Meeting",
  "type": 2,
  "start_time": "2022-03-25T12:00:00",
  "timezone": "America/New_York",
  "duration": 1440
}

Thank you in advance.