curl --request PUT \
--url https://rest.yafacture.com/clabes-emisores/{clabeEmisorId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"nombre": "<string>",
"notificaciones": {
"emails": [
"<string>"
],
"telefonos": [
"<string>"
]
},
"autorizantes": [
{
"nombre": "<string>",
"email": "<string>"
}
]
}
'