'xapp-dummy', 'status' => 'started', 'version' => '1.2.3', 'instances' => [ 'name' => 'xapp-dummy', 'id' => 1234, 'status' => 'started' , 'ip' => '192.168.0.1', 'port' => 23300 , 'txMessages' => [ 'ControlIndication' ], 'rxMessages' => [ 'LoadIndication' ] ] ]; echo json_encode( $data ); } function do_something_with_post() { $data = [ 'name' => 'xapp-dummy', 'status' => 'started', 'version' => '1.2.3', 'instances' => [ 'name' => 'xapp-dummy', 'id' => 1234, 'status' => 'started' , 'ip' => '192.168.0.1', 'port' => 23300 , 'txMessages' => [ 'ControlIndication' ], 'rxMessages' => [ 'LoadIndication' ] ] ]; echo json_encode( $data ); } function handle_error() { echo "Method not found"; } ?>