curl --location --request POST 'https://api.veriflow.me/v2/email/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"metadata": null,
"options": {
"codeSize": 0,
"locale": "string"
},
"signals": {
"ip": "string",
"deviceId": "string",
"userAgent": "string"
}
}'{
"success": true,
"payload": {
"request": {
"id": "string",
"organizationId": "string",
"type": "string",
"status": "string",
"createdAt": "string",
"updatedAt": "string",
"cost": 0,
"info": {
"metadata": null,
"response": {
"status": "string",
"reason": "string"
},
"init": {
"email": "string",
"metadata": null,
"options": {
"codeSize": 0,
"locale": "string"
},
"signals": {
"ip": "string",
"deviceId": "string",
"userAgent": "string"
}
}
}
}
}
}