MixV2 / EpicResearch

Research about Epic Games' non-documented API
338 stars 82 forks source link

errors.com.epicgames.modules.profiles.invalid_payload #106

Closed mxitnikov closed 2 years ago

mxitnikov commented 2 years ago

get_profile = requests.post(f"https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/game/v2/profile/{account_id}/client/QueryProfile?profileId=athena&rvn=-1", headers=headers, params={}) i get this problem (title), i want get skins account owner

mxitnikov commented 2 years ago

params={} change to json={} and all works.