I'm a little confused what the format for params should be in this context, since the method already has create, and normally the topic would be something like "customers\/create". Can someone clarify? My app can create webhooks fine (using another package), but using this package I just keep getting a 422 when trying to create.
I'm a little confused what the format for
params
should be in this context, since the method already hascreate
, and normally thetopic
would be something like"customers\/create"
. Can someone clarify? My app can create webhooks fine (using another package), but using this package I just keep getting a 422 when trying to create.