curl --location 'https://your-api-server.com' \
--header 'X-BTS-Idempotency-Key;' \
--header 'Signature;' \
--header 'Content-Digest;' \
--header 'Date;' \
--header 'Content-Type: application/json' \
--data '{
"params": {
"savings_plan_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
"external_transaction_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
"savings_plan_transaction_status": "not_confirmed",
"user_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
"error_code": "403",
"error_message": "Savings plan transaction was not confirmed by 2023-01-23T11:00:00Z"
}
}'