Provider SoloLatino:
- Resolved a second block due to the provider discarding dynamic parameters in favor of a new
data-player-tokenattribute. - Implemented POST requests to
/api/player-urlto resolve the player token by sending the JSON payload with parametert. - Integrated
MyCookieJarinto OkHttpClient to natively persist session cookies. - Added automatic CSRF cookie retrieval by querying
/sanctum/csrf-cookieupon419/403status codes (expired or missing tokens) and sending the decodedX-XSRF-TOKENheader.