Transaction: POST
Creates a Transaction.
Request
To create a transaction, make a POST request using bearer authentication to:
/api/transaction
with the JSON representation of a Transaction.
Response
A Location header containing the new Transaction's URI.