Aslında headers değerlerini falan herşeyini okuyorum
POST
https://api.jaumo.com/v2/signup/register HTTP/1.1
Host: api.jaumo.com
Jaumo-Bandwidth: UNKNOWN
Authorization: Bearer LkMuNjhlY2I4ZTJkMWYyMWI3ODA3MmNjOWI5ODJkYzA4NjM3MWNiN2NmZg==
Accept: */*
Jaumo-Os: iOS 17.6.1
Jaumo-Device: iPhone
Jaumo-Signature: 2:19dcb6d25c14b00e04aa59388f646e28abfe776f
Accept-Language: tr-TR
Accept-Encoding: gzip, deflate, br
Content-Type: application/x-www-form-urlencoded
Content-Length: 232
User-Agent: IOS 202409.1.0 (Itunes; Jaumo)
Connection: keep-alive
Jaumo-Device-Id: OEFCNkYxNDYtN0YyRi00QjRFLTkyNzAtQjg0M0NFMDlCNEYw
Jaumo-Client-Token: c21d40eb5903f4495cae14c28f0f7f409b488c45
HTTP/1.1 201 CREATED
Server: nginx
Date: Sat, 28 Sep 2024 10:12:55 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 216
Connection: keep-alive
jaumo-node: jaumo-api-58f94577c4-pcx9d
access-control-allow-origin: *
access-control-allow-headers: Authorization, X-Requested-With
jaumo-request-time: 0.207
Strict-Transport-Security: max-age=31536000
# UUID4 oluşturup base64 encode et
''device_id = base64.b64encode(uuid.uuid4().bytes).decode('utf-8').rstrip('=') # '=' işaretini kaldır''kayıt olurken random deviceİD falan oluşturabiliyorum ama uygulamanun oluşturduğu ikili signature değerini bi türlü encode edemedim