curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/notifications/wu-reminder \
--header 'Content-Type: application/json' \
--data '
{
"contractorId": 123
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/notifications/wu-reminder \
--header 'Content-Type: application/json' \
--data '
{
"contractorId": 123
}
'Success