curl --request POST \
--url https://api.ext.pix.dbs.moneyp.com.br/api/QRCode/CriarDinamico \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--header 'IgnoraHandshake: <ignorahandshake>' \
--data '{
"contaDto": {
"agencia": "<string>",
"agenciaDigito": "<string>",
"conta": "<string>",
"contaDigito": "<string>",
"contaPgto": "<string>",
"tipoConta": 1,
"modeloConta": 1
},
"qrCode": {
"chave": "<string>",
"tipoChave": 0,
"taxId": "<string>",
"valor": 123,
"valorAbatimento": 123,
"devedor": {
"nome": "<string>",
"documentoFederal": "<string>",
"tipoPessoa": 1
},
"dataVencimento": "2023-11-07T05:31:56Z",
"dataExpiracao": "2023-11-07T05:31:56Z",
"juros": {
"data": "2023-11-07T05:31:56Z",
"tipo": 1,
"valor": 123
},
"multa": {
"data": "2023-11-07T05:31:56Z",
"tipo": 1,
"valor": 123
},
"desconto": {
"data": "2023-11-07T05:31:56Z",
"tipo": 0,
"valor": 123
},
"infosAdicionais": {
"nome": "<string>",
"valor": "<string>"
}
}
}'