Subscribe to an item's notifications
POST
/api/v1/notifications/subscribe/{subscribeableType}/{subscribeableUuid}
curl \
--request POST 'https://api.plannrcrm.com/api/v1/notifications/subscribe/{"value"=>"", "summary"=>"When the value is omitted"}/{"value"=>"", "summary"=>"When the value is omitted"}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"subscribeable_type": "firm",
"subscribeable_uuid": "2643cfb0-de3b-451b-9f2c-3f4906c4986e"
}