Files
template-fullstack-monorepo/documentation/bruno-rest-api/LocalAPI/auth/credentials.bru
2025-07-28 08:16:34 +02:00

16 lines
159 B
Plaintext

meta {
name: credentials
type: http
seq: 1
}
post {
url: {{BASE_URL}}/auth/credentials
body: none
auth: inherit
}
settings {
encodeUrl: true
}