cURL
curl --request POST \ --url https://api.etherfuse.com/ramp/agreements/customer-agreement \ --header 'Content-Type: application/json' \ --data '{ "presignedUrl": "https://example.com/verify?token=xyz", "customerInfo": { "name": "John Doe", "email": "[email protected]" } }'
This response does not have an example.
Accepts customer agreement with provided information
Customer agreement accepted successfully