Strapi: Method not allowed (405)
xxxxxxxxxx
- Make sure you use the proper request type (POST, PUT, etc)
- Use the proper "content-type" "JSON"
- Make sure to have your api bearer token set
- Double check the data you are sending
- Double check your endpoint
*Tip* use a tool like postman to test your request before integration in your code.