curl --location --request POST '/primePag/webhook' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"notification_type": "string",
"message": {
"value_cents": 0,
"reference_code": "string",
"external_reference": "string",
"content": "string",
"status": "string",
"generator_name": null,
"generator_document": null,
"payer_name": "string",
"payer_document": "string",
"registration_date": "2019-08-24T14:15:22.123Z",
"payment_date": "2019-08-24T14:15:22.123Z",
"end_to_end": "string"
}
}'