Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "string",
"mobileNumber": "string",
"email": "string",
"address": "string",
"profileImage": "string"
}
Request samples
curl --location --request POST '/lenders' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"mobileNumber": "string",
"email": "string",
"address": "string",
"profileImage": "string"
}'
Responses
application/json Modified at 2025-04-21 11:33:40