{"jsonrpc":"2.0","result":{"payment_hash":"0x26eb2ea1457f1478e0424f9fa960ae1a337f19716357f6ebd793bd31fd00d9bf","status":"Inflight","created_at":"0x19353286bc7","last_updated_at":"0x19353286be5","failed_error":"Failed to send onion packet with error UnknownNextPeer"},"id":42}
{"jsonrpc":"2.0","error":{"code":-32000,"message":"Send payment error: Failed to build route, PathFind error: no path found","data":{"target_pubkey":"035424e8c2876a35c05ac7ddb992b70530cb48ff09af7709fab445b6710733a2db","amount":"0x30","payment_hash":null,"final_htlc_expiry_delta":null,"invoice":null,"timeout":null,"max_fee_amount":null,"max_parts":null,"keysend":true,"udt_type_script":null,"allow_self_payment":null}},"id":42}%
curl --location 'http://127.0.0.1:8327' --header 'Content-Type: application/json' --data '{ "id": 42, "jsonrpc": "2.0", "method": "send_payment", "params": [ { "target_pubkey": "035424e8c2876a35c05ac7ddb992b70530cb48ff09af7709fab445b6710733a2db", "amount": "0x30", "keysend": true } ] }'
{"jsonrpc":"2.0","error":{"code":-32000,"message":"Send payment error: Failed to build route, PathFind error: no path found","data":{"target_pubkey":"035424e8c2876a35c05ac7ddb992b70530cb48ff09af7709fab445b6710733a2db","amount":"0x30","payment_hash":null,"final_htlc_expiry_delta":null,"invoice":null,"timeout":null,"max_fee_amount":null,"max_parts":null,"keysend":true,"udt_type_script":null,"allow_self_payment":null}},"id":42}
curl --location 'http://127.0.0.1:8327' --header 'Content-Type: application/json' --data '{ "id": 42, "jsonrpc": "2.0", "method": "send_payment", "params": [ { "target_pubkey": "035424e8c2876a35c05ac7ddb992b70530cb48ff09af7709fab445b6710733a2db", "amount": "0x30", "keysend": true } ] }'
{"jsonrpc":"2.0","result":{"payment_hash":"0x26eb2ea1457f1478e0424f9fa960ae1a337f19716357f6ebd793bd31fd00d9bf","status":"Inflight","created_at":"0x19353286bc7","last_updated_at":"0x19353286be5","failed_error":"Failed to send onion packet with error UnknownNextPeer"},"id":42}