When I post --data '{ "signup": { "description": "... Invalid screen

When I post --data '{ “signup”: { “description”: "… in order to customize the signup screen text it returns {“statusCode”:400,“error”:“Bad Request”,“message”:“Invalid screen "signup".”,“errorCode”:“invalid_body”}%

Doing this for login works. But not for signup

Hello Jonathan,

Can you please try sending the PUT request to https://{{auth0_domain}}/api/v2/prompts/signup/custom-text/en with the following payload and let me know if that works:

{
  "signup": {
      "description":"Please signup here"
  }
}

Thanks,
Art