Add tags to a recordAsk AIpost https://api.prahsys.com/payments/n1/organization/{organizationId}/tags/{modelType}/{modelId}Attach one or more tags to a record. Tags can optionally be categorized by type.Path ParamsorganizationIdstringrequiredThe organization ID (merchant or channel partner)modelTypestringrequiredThe type of record (e.g., merchant, payment, customer)modelIdstringrequiredThe ID of the recordBody Paramstagsarray of stringsrequiredArray of tag names to addtags*ADD stringtypestringOptional tag type for categorization (e.g., workflow, priority)HeadersX-Prahsys-VersionstringResponses 200Tags added successfully 400Validation error response 401Authorization error response 403Access denied response 500Error responseUpdated about 2 months ago