Closed Kulunchick closed 1 year ago
Need to create handler to send pending captain verification request to admin telegram group
POST /api/v1/captains/broadcastPending
Authorization
Telegram <Bot Token>
Request options
{ body: { id: string, telegramId: number, firstName: string, middleName: string, lastName: string, groupCode: string, } }
Response body
{ message: string }
Need to create handler to send pending captain verification request to admin telegram group
POST /api/v1/captains/broadcastPending
Authorization
Request options
Response body