curl --location --request POST '/api/deposits/resend-callback' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "txnId":"" }'
{}