Multiple Row Creation via Single HTTP POST

I have a table comprising two columns: id (UUID) and date (date). How can I execute a single HTTP POST request to generate multiple rows?
Was this page helpful?