How to use timesheet custom application API

I’ve managed to get the Timesheet module installed, a user and user-key created, and have validated the GET calls in Postman using Authorization: Bearer
So far so good

Do you happen to have an example of the JSON that would be used for a POST to /timesheet/line that corresponds to this annotation in routes.py to create a timesheet line entry?
@app.route(’/<database_name>/timesheet/line’, methods=[‘POST’])

Thanks to you and the community for all the great suggestions & support!

The request must contain a JSON object which contains the value of each field to be used to create a timesheet line record.