curl --request POST \
--url https://api.bonifiq.com.br/v1/pvt/POS/customers/{id}/challengevalidate \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"TransactionId": "<string>",
"Code": "<string>"
}
'