application/jsonname). Set is_active=true to publish now. Admin role required. Publishing notifies opted-in users.name, mantra_text (required); meaning, explanation, benefits, performing_time, performing_way, is_premium, is_active (optional)200 - created401 - invalid/expired token | 403 - not an admin | 409 - name already exists | 422 - invalid bodyAuthorization: Bearer ********************{
"benefits": "Calm, harmony, release of stress.",
"explanation": "Chanted to invoke threefold peace…",
"is_active": false,
"is_premium": false,
"mantra_text": "ॐ शान्तिः शान्तिः शान्तिः … (Devanagari + transliteration)",
"meaning": "Peace in body, mind and spirit.",
"name": "Shanti Mantra",
"performing_time": "Anytime, especially end of practice.",
"performing_way": "Chant three times slowly."
}curl --location 'https://uat-api.hastaai.in/api/v1/mantras/panel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"benefits": "Calm, harmony, release of stress.",
"explanation": "Chanted to invoke threefold peace…",
"is_active": false,
"is_premium": false,
"mantra_text": "ॐ शान्तिः शान्तिः शान्तिः … (Devanagari + transliteration)",
"meaning": "Peace in body, mind and spirit.",
"name": "Shanti Mantra",
"performing_time": "Anytime, especially end of practice.",
"performing_way": "Chant three times slowly."
}'{
"success": true,
"message": "Mantra created successfully"
}