There is a system that has sent me a return every day, but I am not able to receive the data to record in the bank, can someone give me a light?
This is the data sent by the system
-H 'Content-Type: application/json' \
-d '{
"uuid": "6ae29dfb29ad4dd29ce6bf454800c7db",
"payment_type": "boleto",
"amount": 100,
"status": "pending",
"external_id": "order 1",
"expiration_date": "2018-07-13T21:00:00-03:00",
"created_at": "2018-07-11T16:51:18-03:00"
}'
I need to get uuid, expiration_date and status to write to the bank!