Submits all pending expenses from the current user for administrator review and approval
curl --request POST \
--url https://api.light.inc/v1/expenses/submit \
--header 'Authorization: <api-key>'Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
default response
curl --request POST \
--url https://api.light.inc/v1/expenses/submit \
--header 'Authorization: <api-key>'