Google Maps Traffic - The status is Success, but only empty data is returned

When I use the following api the return value is data is an empty array.
Other maps api works fine. Why does this problem occur?

curl -X GET "https://api.app.outscraper.com/maps/directions?origin=Lincoln%20Way%20&%2019th%20Ave,%20San%20Francisco,%20USA&destination=19th%20Ave%20&%20Taraval%20St,%20San%20Francisco,%20USA&departure_time=1598288400&async=false" -H "X-API-KEY: MY_API_KEY"

{"id":"my_id","status":"Success","data":[[]]}

Hello @user2,
The problem should be fixed by now.