Zoho Books API Creating Invoice and Address API

Zoho Books API Creating Invoice and Address API

I'm trying to create an invoice with zoho books api and i get the following error:
Error creating invoice in Zoho Books: {
  message: 'Request failed with status code 400',
  details: {
    code: 15,
    message: 'Please ensure that the "billing_address" has less than 100 characters.'
  },
}
Error creating Zoho Books invoice: {
  error: 'Request failed with status code 400',
  details: {
    code: 15,
    message: 'Please ensure that the "billing_address" has less than 100 characters.'
  }
}
When I look at the document https://www.zoho.com/books/api/v3/invoices/#create-an-invoice , it mentions I should use address API to create an address and use its ID , but I could not find the mentioned API anywhere