Request
Example:{
"txnId":"","amount":"","network":"","payer":"","description":""
}
Request Code Samples
curl --location '/api/deposits' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"txnId":"","amount":"","network":"","payer":"","description":""
}'
Responses
application/json
Modified at 2024-09-14 22:18:54