How can i create multiple entries by REST API[POST]

You cannot bulk create via rest api. But you can create a custom endpoint to process your data and utilize createMany() as daniel_lalasa suggests.