curl --request POST \
--url https://api.nest.pagosapi.com/v1/transactions/enrichment \
--header 'Content-Type: application/json' \
--data '{
"order_id": "<string>",
"transaction_id": "<string>",
"metadata": {}
}'
curl --request POST \
--url https://api.nest.pagosapi.com/v1/transactions/enrichment \
--header 'Content-Type: application/json' \
--data '{
"order_id": "<string>",
"transaction_id": "<string>",
"metadata": {}
}'
The enrichment record was successfully added to the enrichment queue for further processing.