The documentation doesn't specify. It only says json. I assumed it was the id of the movie or TV series but that didn't work. Here is what I tried {"id": 12}
. I even tried adding quotations marks around the numbers without success. That id exists, it leads to Finding Nemo. However it doesn't work.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Waffiq
بتاريخ نوفمبر 29, 2024 في 11:38 مساءا
You need three key-value pair element,
To get request JSON body follow this steps:
REQUEST EXAMPLE
just click REQUEST EXAMPLENode
and usingFETCH REQUEST
, the output on the box area will beyou can see the json body is:
رد بواسطة HelloUser000
بتاريخ نوفمبر 29, 2024 في 11:39 مساءا
Thanks