POST /api/v1[path] with an optional JSON body.
/api/v1[path]
body
Future<dynamic> post(String path, [Object? body]) => _send('POST', path, body);