Enumeration field not save values from API

System Information
  • Strapi Version: 4.20.3
  • Operating System: windows
  • Database: Postgres
  • Node Version: 18.19.1
  • NPM Version: 6.14.15
  • Yarn Version: 1.22.4

I have an enumeration field called status, so I try to insert values of it in POST request by typing “status”: “completed”, it returns a response with “status”: “pending” as it is the default value
Is it the right way to insert a value for the enumeration field or it is wrong ?