How to get parentTransactionId for orderCapture mutation

Hi Team,
When creating a transaction using the REST API, I didn’t pass a parent_id, and the transaction was created successfully. However, when attempting to capture the order using the orderCapture mutation in GraphQL, I’m required to provide the parentTransactionId.

Could you please guide me on how to obtain or create the parentTransactionId in order to capture the order successfully?