I am trying to recreate this create a new card API, but based on docs, I'm not sure how should I pass the data required, should it be inside the query parameters (req.params to collect the data), for example /1/cards?name=cardName&desc=cardDescription
, or should it be inside the req.body?
0 Replies