pushSubscriptions.create passes the payload via form, but the package’s axios utility only forwards body, resulting in an empty POST payload.
This is a regression from the request → axios migration. request/request-promise natively understands form (URL-encoded body); axios does not.
pushSubscriptions.createpasses the payload viaform, but the package’s axios utility only forwardsbody, resulting in an empty POST payload.This is a regression from the request → axios migration. request/request-promise natively understands
form(URL-encoded body); axios does not.