Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/acheron/ecommerce/payments//settlements?value&meioPagamento' \
--header 'AppKey;' \
--header 'AppToken;' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"code": "string",
"message": "Sucessfully settled",
"responses": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"settleId": "string",
"value": 0
}