Help with correct sequence for real estate tokenization

hey everyone I am new here testing the sandbox and I hit a bump on the road.

I am building a MVP to fractionalize real estate into ERC20F tokens, I want to confirm the correct sequence for tokenization and contract interactions, Since I am stuck here and cant seem to verify it.

Based on what I can tell, I’ve been using the following endpoints:

  • Tokenization
    • Issue token (ERC20F): POST /v1/tokenization/tokens
    • Mint tokens: POST /v1/tokenization/tokens/{tokenId}/mint

  • Contracts
    • Deploy contract: POST /v1/contracts/deploy
    • Write call (e.g., mint): POST /v1/contracts/{blockchainId}/{contractAddress}/write

Could anyone confirm if this sequence is accurate for real estate tokenization?

Any example payloads , would also be very helpful.