Generates a report in CSV formate based on lead data.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Responses
application/json {
"message": "Send Successfully"
}
Modified at 2024-09-05 09:38:34