201 Created
A new resource was successfully created.
What it means
201 is returned when a POST (or sometimes PUT) successfully creates a new resource. The response often includes a Location header with the URL of the new resource, and the body may contain the created resource.
Test your API and see if the issue is resolved.
Open Send Web Request — free, no signup. Or send a POST request online.