POST /team/member/user-password
*/*

Body

string string

Responses

  • 200

    Successful response

POST /team/member/user-password
curl \
 -X POST http://localhost:3003/api/dev/team/member/user-password \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: */*" \
 -d '"\"{ \\\"userID : \\\"\\\"}\""'
Request example
"\"{ \\\"userID : \\\"\\\"}\""
Request examples
"{ \"userID : \"\"}"