201 status is correct one for the operation you perform:
You're sending POST request. The intention of POST request is to create new data record and 201 status means created. See docs.
As long as you control the code you're in charge what's being returned in the response.