I wrote a POST method for the EquipItem endpoint, but I keep getting a 500 error.
The body of my POST includes the correct itemId, characterId, and membershipType. My header includes the Authorization token. The url seems totally correct. So I'm having trouble figuring out why I'm getting this Internal Server Error. Any help would be super appreciated.
I wrote a POST method for the EquipItem endpoint, but I keep getting a 500 error.
The body of my POST includes the correct itemId, characterId, and membershipType. My header includes the Authorization token. The url seems totally correct. So I'm having trouble figuring out why I'm getting this Internal Server Error. Any help would be super appreciated.
Here's my code: