curl --request GET \
--url http://localhost:3091/v1/api/invoices/{reservationId}/receipt \
--header 'Authorization: Bearer <token>'{}Returns the Stripe receipt URL for the given reservation. Only accessible by the sender or carrier.
curl --request GET \
--url http://localhost:3091/v1/api/invoices/{reservationId}/receipt \
--header 'Authorization: Bearer <token>'{}