Adds password authentication to an account that was created with a third-party provider
cURL
curl --request POST \ --url http://localhost:3000/api/auth/link-password \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>" } '
{ "success": true, "message": "<string>" }
The password to link to the account
Password authentication added successfully