In Laravel 8 / PHP 8, I receive a body in POST, transform the data, and bulk insert into TimescaleDB.
Here is the code:
public function store(Request $requ