curl --request POST \
--url https://api.multifactu.com/batuz/bizkaia/iva/borradores/recoger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"headerData": {
"datosRelevantes": {
"ejercicio": "2025",
"periodo": "02"
},
"personalInteresada": {
"nif": "99999777A",
"nombreRazonSocial": "ATILANO",
"apellido1": "RODRIGUEZ",
"apellido2": "PEREDA"
},
"tramitacion": {
"formulario": "5038",
"procedimiento": "1681"
}
},
"idSolicitudBorrador": "312",
"tipo": "individual",
"language": "EU"
}
'