Empty values in created object
Scenario: you try to create an object and receive a 200 Ok response, but the object values are empty or using the default values.Solution: your request is probably missing or has an invalid Content-Type
header, make sure you provide it accordingly to your request e.g. application/json
.
Modified at 2024-10-04 09:04:56