POST
| 256 | /** POST **/ |
| 257 | |
| 258 | interface Donation { |
| 259 | email: string; |
| 260 | amount: number; |
| 261 | duration: string; |
| 262 | provider: string; |
| 263 | subscriptionId: string; |
| 264 | customerId: string; |
| 265 | startDate: Date; |
| 266 | } |
| 267 | |
| 268 | interface SocratesHintPayload { |
| 269 | userInput: string; |
nothing calls this directly
no outgoing calls
no test coverage detected