curl --request POST \
--url http://localhost/mogl/mogl-backend/api/send-partner-profile-update-notification \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"partner_id": 1,
"updated_field": [
"company_name",
"profile_photo"
]
}
'{
"status": "success",
"message": "Partner profile update notification sent."
}curl --request POST \
--url http://localhost/mogl/mogl-backend/api/send-partner-profile-update-notification \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"partner_id": 1,
"updated_field": [
"company_name",
"profile_photo"
]
}
'{
"status": "success",
"message": "Partner profile update notification sent."
}Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
Server-to-Server API Key for internal/lambda/cron calls