{
"property1": null,
"property2": null
}curl --location --request POST 'https://sandbox.api.confirmapay.com//v1/payment-channel//configuration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": null,
"property2": null
}'{
"data": {
"property1": null,
"property2": null
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}