Question: Which HTTP verb is normally used to update or create a resource in an API?

  1. `SUBMIT`
  2. `WRITE`
  3. `POST`
  4. `CREATE`

Answer: The correct answer of the above question is Option C:`POST`