I have trouble to make Content-Type work in a API profile.
In Postman, the body is
{
"ProfileID":14723452
}
To get the detail of the ProfileID, I need to add Content-Type: application/json in the Headers. Without the Content-Type header parameter, the result is {ProfileID:0}.
in API profile, i have tried <api:set attr="Content-Type" value="application/json" />. but it doesn't work. i can't get the profile ID detail, only profileID=0 returned.
Any help is welcome!