Authorization: ********************curl --location --request POST '/api/v2/fund-request/public/requestees//confirm-card-payment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "abc123"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}