English
1curl -X POST https://api.koywe.com/api/v1/organizations/org_abc123/merchants/mer_def456/terms-and-conditions \2 -H "Authorization: Bearer <token>" \3 -H "Content-Type: application/json" \4 -d '{}'
Sign Terms and Conditions (Not Implemented)
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>