curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/agents/get-opportunities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agentId": "<string>",
"after": "<string>",
"dealType": "<string>",
"isLost": true,
"startDate": 123,
"separateByDealType": true
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/agents/get-opportunities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agentId": "<string>",
"after": "<string>",
"dealType": "<string>",
"isLost": true,
"startDate": 123,
"separateByDealType": true
}
'