done with SMS

This commit is contained in:
lennyaiko
2025-03-27 12:30:45 +01:00
parent 6bb84fed78
commit 9bde3984a7
2 changed files with 39 additions and 0 deletions
+22
View File
@@ -52,6 +52,28 @@ paths:
responses:
200:
description: A successful response
/sms:
post:
summary: Send a SMS
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
text:
type: string
example: "This is a test message for SMS request method."
dest:
type: string
example: "+2348039409144"
unicode:
type: boolean
example: false
responses:
200:
description: A successful response
/eligibility/check:
post:
summary: Performs eligibility check on a user