Sends the provided payload as the body of POST request to the configured endpoint.
@override Future<bool> send(final JsonMap payload) async => sendString(jsonEncode(payload));