Authorization: Bearer ********************
{ "amount": 1000, "type": "payment", "method": "credit-card", "reference": "7618627AJKQ" }
curl --location --request POST 'https://partner-api.staging.estaci.one/v1/tickets//transactions' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 1000, "type": "payment", "method": "credit-card", "reference": "7618627AJKQ" }'
{"code":"unauthenticated","message":"Unauthenticated."}