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