curl --request POST \
--url https://api.revenuebase.ai/v1/process-email \
--header 'Content-Type: application/json' \
--header 'x-key: <api-key>' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.revenuebase.ai/v1/process-email \
--header 'Content-Type: application/json' \
--header 'x-key: <api-key>' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}