curl --request POST \
--url https://api.myscalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/message-templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}Requires the waba_account:operate machine scope.
curl --request POST \
--url https://api.myscalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/message-templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Raw single-resource success payload for v3.