Last updated 18 days ago
curl -L \ --url 'http://localhost:8080/api/rest/reward_issuance/{rewardIssuanceId}' \ --header 'Authorization: YOUR_API_KEY'
{ "code": "text", "message": "text" }
curl -L \ --url 'http://localhost:8080/api/rest/reward_issuance' \ --header 'Authorization: YOUR_API_KEY'
curl -L \ --request PUT \ --url 'http://localhost:8080/api/rest/reward_issuance/{rewardIssuanceId}/redeem' \ --header 'Authorization: YOUR_API_KEY'
curl -L \ --request PUT \ --url 'http://localhost:8080/api/rest/reward_issuance/redeem' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: */*' \ --data '[]'