- Add GET /contractors/by-residence/:residence_id/ endpoint - Create comprehensive Bruno API collection (89 endpoints) - Collection covers all API endpoints with Local and Dev environments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
meta {
|
|
name: Forgot Password
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{api_url}}/auth/forgot-password/
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "user@example.com"
|
|
}
|
|
}
|