[#215] remindClientPassword

Migrated from Redmine #215 | Author: Luiz Soares
Status: New | Priority: High, I’m very impatient | Created: 2018-08-09


Hi!

The endpoint above mentioned is returning Internal Server Error, code 500.

The company login is godog.

I’m sending a plain string as parameter.

Regards

Redmine Admin wrote:

Please provide raw http request

Luiz Soares wrote:

POST /login HTTP/1.1
Host: user-api.simplybook.me
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1010beb6-eb65-44bb-9902-81c4c0d46d5f

{
	"jsonrpc":"2.0",
	"method":"remindClientPassword",
	"params":"luiz@mobdata.com.br",
	"id":1
}