Create template

Development template endpoint that demonstrates transaction handling and request mirroring. | (TemplateReq) -> (TemplateRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
messagestringRequired
numberintegerRequired
timestampdatetimeRequired

Response

Successful Response
messagestring
numberinteger
timestampdatetime

Errors