how can I insert data to my db inside the handle() on my job?
I have a job on my laravel project that makes a request to an API and I want to insert the response from this request on my database, every part of my code is working but the data is not being inserted.