Overview

I looked into how to perform bulk registration with Django REST framework, so here are my notes.

By following the article below, I was able to create an endpoint for bulk registration.

https://qiita.com/Utena-lotus/items/c7bde7f663cfc4aabff1

Postman

I sent the following request using Postman.

As a result, I was able to perform bulk registration as shown below.

Summary

I hope this serves as a helpful reference.