curl --location --request POST '/users/payment/webhook' \
--header 'x-paystack-signature: pk_test_d086b4c81ebbc10dad2606beb2484bde3fc97c80' \
--header 'Content-Type: application/json' \
--data-raw '{
"reference": "t2y21lescf",
"start_time": 1726847961,
"time_spent": 14,
"attempts": 1,
"errors": 0,
"success": true,
"mobile": false,
"input": [],
"history": [
{
"type": "action",
"message": "Attempted to pay with card",
"time": 13
},
{
"type": "success",
"message": "Successfully paid with card",
"time": 14
}
]
}'