Посмотрите на проект uncurl . Используя python3, я смог разобрать ваш запрос curl на соответствующую ему pythonic версию:
requests.post("https://api.skinbaron.de/Search",
data='{ apikey: string, appid: 0, search_item: string, min: 0, max: 111, after_saleid: string, items_per_page: 0}',
headers={
"accept": "application/json",
"content-type": "application/json"
},
cookies={},
)